[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a read-only collection all the keys in this dictionary.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public virtual ICollection<TKey> Keys{ get;} |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Keys As ICollection(Of TKey) |
Visual C++ |
---|
public: virtual property ICollection<TKey>^ Keys { ICollection<TKey>^ get (); } |